home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
clients
/
xwininfo
/
makefile
< prev
next >
Wrap
Makefile
|
1994-08-12
|
425b
|
33 lines
#
# QOS Makefile for DJGPP.
#
CFLAGS= -O -c -DMSDOS
all: makefile.tag xwininfo.exe
O = xwininfo.o \
dsimple.o
.c.o:
gcc $(CFLAGS) $<
L = -lxmu -lxext -lx11 -lsys
xwininfo.exe : makefile.tag $(O)
gcc -o xwininfo $(O) $(L)
strip xwininfo
coff2exe xwininfo
del xwininfo
makefile.tag:
del *.tag
del *.obj
del *.o
del *.map
del *.exp
del *.exe
del *.rsp
echo >makefile.tag